home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / sweep / sweep.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  198b  |  9 lines

  1. #ifndef SWEEP
  2. #define SWEEP
  3.  
  4. Geom *TranslationSweep(float length, Point3 *p, Geom *g);
  5. Geom *RotationSweep(float angle, Point3 *end, Point3 *axis,
  6.             int divisions, Geom *g);
  7.  
  8. #endif /* SWEEP */
  9.